net/http.http2writeGoAway.maxStreamID (field)

3 uses

	net/http (current package)
		h2_bundle.go#L5225: 					maxStreamID: sc.maxClientStreamID,
		h2_bundle.go#L10547: 	maxStreamID uint32
		h2_bundle.go#L10552: 	err := ctx.Framer().WriteGoAway(p.maxStreamID, p.code, nil)